powered by
Operators to access parts of 'multiple_fits' objects
# S4 method for multiple_fits,ANY,missing [(x, i, j, ..., drop = TRUE)# S4 method for multiple_fits,ANY,missing [[(x, i, j, ...)
# S4 method for multiple_fits,ANY,missing [[(x, i, j, ...)
object of class multiple_fits
numeric or character index
NULL (for compatibility with other uses of [ or [[)
[
[[
optional arguments passed to [
If TRUE the result is coerced to the lowest possible dimension
TRUE
data(bactgrowth) L <- all_splines(value ~ time | strain + conc +replicate, data=bactgrowth) coef(L[[1]]) plot(L[["R:0:2"]]) par(mfrow=c(2, 2)) plot(L[1:4])
Run the code above in your browser using DataLab